b838efaa9ff0cad7cf0fec7c243ba5dbd9c00b3b,api/joana.api/src/edu/kit/joana/api/IFCAnalysis.java,IFCAnalysis,addAllJavaSourceAnnotations,#,434

Before Change


	 * If Java Source annotations are available, add corresponding IFC Annotations to the Analysis.
	 */
	public void addAllJavaSourceAnnotations() {
		addAllJavaSourceAnnotations(BuiltinLattices.getBinaryLattice());
	}
	
 	/**

After Change


	 * If Java Source annotations are available, add corresponding IFC Annotations to the Analysis.
	 */
	public Pair<Multimap<SDGProgramPart, Pair<Source, String>>, Multimap<SDGProgramPart, Pair<Sink, String>>> addAllJavaSourceAnnotations() {
		return addAllJavaSourceAnnotations(BuiltinLattices.getBinaryLattice());
	}
	
 	/**